home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / alias < prev    next >
Text File  |  2006-05-02  |  555b  |  19 lines

  1.  
  2. ALIAS %|[[-]<alias> [<command>]]
  3.  
  4. Creates a new alias or shows matching defined aliases. Without parameters shows all defined aliases. Multiple commands can be run if separated with ';' character. Parameters given to alias are in $0..$9 variables, if you don't use them in your alias, all parameters are automatically appended after it.
  5.  
  6. Examples:
  7.  
  8. /ALIAS w
  9.    - shows all defined aliases starting with letter w.
  10.  
  11. /ALIAS send echo Sending file $1 to $0;dcc send $0-
  12.    - creates alias 'send'.
  13.  
  14. /ALIAS -send
  15.    - removes alias 'send'.
  16.  
  17. See also: UNALIAS
  18.  
  19.